Options

struct Options {
bool multiThreaded;
string[] testsToRun;
bool debugOutput;
bool list;
bool exit;
bool forceEscCodes;
bool random;
uint seed;
bool stackTraces;
bool showChrono;
}

Meta